updated: 2022-01-23_12:32:31-05:00
Abstract Data Type
Data structure where you don't have to understand how it's implemented
Made of three things:
- Interface
- Implementation
- Encapsulation (Data Hiding)
updated: 2022-01-23_12:32:31-05:00
Data structure where you don't have to understand how it's implemented